<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}
em{
font-style:italic;
}
ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
   
}

sub {
   
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 "微软雅黑","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    position: relative;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/Common/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #1e2380;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #1e2380;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#1e2380;
}


/* header */
.header { overflow: hidden; background: #fff;}
.header .logo{float: left; padding: 30px 0;width:400px;height:47px;overflow:hidden;}
.header .logo img{display:block;/*width:386px;*/height:47px;}
.hd-tit { float: right; padding-top: 45px;}
.hd-tit a  {  float:left; padding-right:33px; border-right:1px solid #e6e6e6;color:#333333;display: block; font-size: 16px;}
.hd-tit a i {  padding:0  5px 0 10px;vertical-align: middle; width: 19px; height: 20px;}
.hd-tit a:nth-of-type(3) { border: none;}
.hd-tit  i img { width: 20px; height: 20px;}
.language { float: left;}
.language a{ float:left;display: block; width: 44px;height: 26px;text-align: center; line-height: 26px;border: 1px solid #1e2380; box-sizing: border-box;padding-right: 1px;}
.language a:hover,.language a.cur{ background: #1e2380; color: #fff; }
.hd-logo{float:right;width:180px;}
.hd-logo img{width:150px;height:40px;margin-left:30px;margin-top: 35px;}
.language2{position: absolute;right: 0;top: 0px;font-size: 14px;height: 18px;overflow: hidden;color:#ccc;background:#f4f4f4;padding:2px}
.language2 a{margin-right:5px;padding-left:5px}
.language2 a:hover{color:#1e2380}
/* header end */

/* nav */
.nav { clear:both; width:100%; margin: 0 auto;background: #1e2380;}
.nav ul { font-size:0;width: 1200px; margin: 0 auto; height: 60px; background: #1e2380;}
.nav ul li { position:relative;display: block;text-align: center;float: left; width: 10%; transition: all 0.1s;}
.nav ul li:after { content: ""; position: absolute; right: 0; top:25px;width: 1px; height: 12px; background: #35398d;}
.nav ul li &gt;a{font-size: 16px; color: #fff;  line-height: 60px; display:block;}
.nav ul li.cur { background: #0075c1;}
.nav ul li.cur:after { display: none;}
/* nav */

/* 导航下拉 YangRunCheng 2019年9月25日 */
.y-submenu07-box {min-width: 170px;margin: 0 auto;position: absolute;left: 0;top: 60px;z-index: 20;display: none;}
.y-submenu07-box a {display: block;text-align: left;color: #999;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 40px;line-height: 40px;padding-left: 40px;padding-right: 20px;background-color: #fff;}
.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 20px;top: 20px;}
.y-submenu07-box a:hover{ background-color: #1e2380;color: #fff;}
.y-submenu07-box a:hover:before{background-color: #fff;}
/* 导航下拉 End */

.wrap-tit2 { margin:71px 0 41px 0; text-align: center; animation: fadeinT 1s ease-out backwards;background: url("../images/index/wrap-bg02.png") no-repeat center; }
.wrap-tit2 h2 { font-size: 32px; color: #fff; }
.wrap-tit2 h2 a { color: #fff;}
.wrap-tit2 p { color: #fff; font-size: 14px; padding-top: 14px;  font-family: MicrosoftYaHei-Bold; font-weight: bold;}
.wrap-tit { margin:71px 0 41px 0; text-align: center; animation: fadeinT 1s ease-out backwards;background: url("../images/index/wrap-bg.png") no-repeat center; }
.wrap-tit h2 { font-size: 32px; color: #333; }
.wrap-tit h2 a { color: #333;}
.wrap-tit h2 a:hover{color:#1e2380;}
.wrap-tit p { color: #999; font-size: 14px; padding-top: 14px;  font-family: MicrosoftYaHei-Bold; font-weight: bold;}


/* footer */
.footer { position: relative; overflow: hidden; background: #262626;}
.footer .content dl { float: left; padding-top: 81px; margin-right: 160px;}
.ft-Con { display: inline-block; width: 1200px;}
.footer dt a{ display: block; color: #fff; font-size: 16px;position: relative;}
.footer dt a:after { position: absolute; content: ''; width: 2px; height: 15px; background: #fff; left: -10px; top: 4px;}
.footer dd { padding-top: 31px; padding-bottom: 54px;}
.footer dd  a{ display: block; font-size: 14px; color: #ffffff; margin-bottom: 20px;    }
.footer .content dl:last-of-type{margin-right: 0;}
.ft-code {float: right; }
.code { position:relative;margin-top:60px;width: 112px; height: 112px; background: url("../images/Common/code-bg.png") no-repeat center;}
.code img {  position:absolute; top:6px; left:6px; width:100px; height:100px;}
.ft-code p { font-size: 14px; color: #fff; margin-top: 11px; text-align: center;}
.ft-code a:hover { background:#1e2380; border:1px solid #1e2380;} 
.ft-phone { margin-top: 41px; display: block; width: 113px; height: 46px; border: 1px solid #515151; box-sizing:border-box; text-align: center; line-height: 46px; color: #fff; font-size: 14px;}
.ft-search { position:absolute;display: block; width: 113px; height: 46px; border: 1px solid #515151; box-sizing:border-box;text-align: center; line-height: 46px; color: #fff; font-size: 14px;}
.ft-search:after { content: ''; display: block; position: absolute; top:16px;   left:10px;background: url("../images/Common/seach-icon.png") no-repeat center; width: 13px; height: 13px;}
.ft-link { width: 100%; height: 54px; background: #fff;}
.ft-link p{ float: left; font-size: 14px; color: #666; line-height: 54px;}
/*.ft-link p &gt;a { padding-left: 20px;}*/
.ft-links { position:relative;float: right; font-size: 14px; color: #666; line-height: 54px;}
.ft-links a { padding: 0 20px; border-right: 1px solid #e5e5e5;}
.ft-link &gt; a:hover { color: #1e2380;}
.link-hover { float: right; width: 97px; text-align: center;}
.link-hover a { color: #666;}
.link-hover:hover .link-con {display: block;}
.link-con {display: none;position: absolute;bottom: 54px;right: 0;width: 120px;background: #fff;}
.link-con &gt; a {display: block;text-align: center;padding: 10px 0;line-height: 1.75;border-bottom: solid 1px #ddd;box-sizing: border-box;}
.link-con &gt; a:hover { color: #1e2380;}

.sitelink li{position:relative;cursor:pointer;}
.sitelink li .pop{display:none;position:absolute;right:0;bottom:100%;padding:10px;width:150px;background:#fff;border-left:#1e2380 solid 3px;}
.sitelink li .pop span{display:block;font-size:14px;color:#333;text-align:left;}
.sitelink li .pop p{font-size:16px;color: #1e2380;text-align:left;font-weight:bold;}
.sitelink li:hover .pop{display:block;}
/* footer end */
</pre></body></html>